func runtime.cputicks
19 uses
runtime (current package)
chan.go#L210: t0 = cputicks()
chan.go#L331: sg.releasetime = cputicks()
chan.go#L429: sg.releasetime = cputicks()
chan.go#L448: sg.releasetime = cputicks()
chan.go#L559: t0 = cputicks()
chan.go#L711: sg.releasetime = cputicks()
cputicks.go#L11: func cputicks() int64
debuglog.go#L57: tick, nano := uint64(cputicks()), uint64(nanotime())
mprof.go#L697: lt.tickStart = cputicks()
mprof.go#L710: nowTick := cputicks()
runtime.go#L34: t.startTicks = cputicks()
runtime.go#L95: nowTicks := cputicks()
select.go#L154: t0 = cputicks()
sema.go#L115: s.releasetime = cputicks()
sema.go#L156: t0 = cputicks()
sema.go#L161: t0 = cputicks()
sema.go#L401: now = cputicks()
sema.go#L578: t0 = cputicks()
tracetime.go#L58: return traceTime(cputicks() / traceTimeDiv)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |